github.com/coder/websocket.Conn.onPongReceived (field)

4 uses

	github.com/coder/websocket (current package)
		conn.go#L88: 	onPongReceived func(context.Context, []byte)
		conn.go#L118: 		onPongReceived: cfg.onPongReceived,
		read.go#L324: 		if c.onPongReceived != nil {
		read.go#L325: 			c.onPongReceived(ctx, b)